home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / delbak.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  269 b   |  10 lines

  1. @echo off
  2. echo Here all .BAK files will be found and deleted.  You will be asked to confirm
  3. echo each file deletion.
  4. echo.
  5. call presskey
  6. :: Note use of double %% below.  Double %% are used instead of single % in
  7. :: batch files.
  8. echo on
  9. ffg *:*.bak /eDEL%%_%%n
  10.